shortcuttrigger: Do elaborate matching for key events
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2020 13:54:15 +0000 (09:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 26 Mar 2020 03:14:45 +0000 (23:14 -0400)
commit586e7749d5aba9f2251cc1a345c68ea4d22d0138
treeb5f682393561ec03740689484cd9961cc64db031
parent904835d4b1ad1f04743e7bd51a3479a4e71b82c7
shortcuttrigger: Do elaborate matching for key events

Copy the logic from GtkKeyHash for matching key events
to shortcuts.

Adapt shortcuts test to work with the better matching,
by creating more complete key events.
gtk/gtkshortcuttrigger.c
testsuite/gtk/shortcuts.c